projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50760c4
)
(HAVE_STRERROR, HAVE_XRMSETDATABASE)
author
Richard M. Stallman
<rms@gnu.org>
Mon, 20 Jun 1994 23:10:29 +0000
(23:10 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 20 Jun 1994 23:10:29 +0000
(23:10 +0000)
(HAVE_XSCREENRESOURCESTRING, HAVE_SETSID): Add #undefs.
src/m/mips4.h
patch
|
blob
|
history
diff --git
a/src/m/mips4.h
b/src/m/mips4.h
index eb8445f2a9bd4f2c2660cd5c37e0247626312592..8590d6e71bc2b273ba85ee69290f69a69fc1576b 100644
(file)
--- a/
src/m/mips4.h
+++ b/
src/m/mips4.h
@@
-48,3
+48,12
@@
NOTE-END */
#define LD_SWITCH_MACHINE -systype bsd43 -g3 -D 800000
#define NO_MODE_T
+
+/* These are needed on Riscos 4.0.
+ It appears that's the only system which uses mips4.h and defined BSD. */
+#ifdef BSD
+#undef HAVE_STRERROR
+#undef HAVE_XRMSETDATABASE
+#undef HAVE_XSCREENRESOURCESTRING
+#undef HAVE_SETSID
+#endif